aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/api/auth/[...nextauth]/route.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/api/auth/[...nextauth]/route.tsx')
-rw-r--r--packages/web/app/api/auth/[...nextauth]/route.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/web/app/api/auth/[...nextauth]/route.tsx b/packages/web/app/api/auth/[...nextauth]/route.tsx
deleted file mode 100644
index 2f7f1cb0..00000000
--- a/packages/web/app/api/auth/[...nextauth]/route.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-import { authHandler } from "@/server/auth";
-
-export { authHandler as GET, authHandler as POST };